From a50bc9baea332f996e6bc3a5d70c69f6d2d0f194 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 23 Jul 2025 09:08:03 +0000 Subject: (대표님, 최겸) 기본계약 템플릿 및 에디터, 기술영업 벤더정보, 파일 보안다운로드, 벤더 document sync 상태 서비스, 메뉴 Config, 기술영업 미사용 제거 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/api/files/[...path]/route.ts') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index e03187e3..a3bd67af 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -35,6 +35,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'basicContract/signed', 'vendorFormReportSample', 'vendorFormData', + 'uploads', + 'tech-sales' ]; return allowedPaths.some(allowed => -- cgit v1.2.3